public int AddAdmin([FromBody] Login lg)
 {
     return(_authenticateService.AddAdmin(lg));
 }